You can check the MIME type of the file using PHP's File Info Functions. If it returns with the type 'application/pdf' then it should be a PDF.
The File Info Functions were added in PHP 5.3 but previous to that you are able to use the mime_content_type function.