123
char c; //lets say, some value already assigned to c if(c > '0' || c < '9') printf("%c is not a integer character", c);