how to make an array of post id’s in is_single

You must set it the ids in a array like:

if ( is_single( array( '11717', '11723') ) ) {

}