function to check if number is int code example Example: how to check if number is integer in java if(x == (int)x){ println("x is an integer"); }