For example, say:
How do I check if variable
positive integer and greater that 0
if(is_int($post_id) && $post_id > 0) {/* your code here */}