if (typeof myVar === 'integer'){ //I am indeed an integer } if (typeof myVar === 'boolean'){ //I am indeed a boolean }