public class MainClass{ public static void main(String[] argv){ if(null instanceof int[]){ System.out.println("it is an int array"); } } }