Modify query posts

You have php syntax error. Anyway you can both use

$args['posts_per_page'] = 3;

or

$args['posts_per_page'] = array('3');