For example, say:
How do I check if variable
You can do it like this:-
if( is_int( $_GET['id'] ) && $_GET['id'] > 0 ) { //your stuff here }