Hi,
In shell (command prompt) of your server run the following commands as root:
rpm -qa | grep clam
ps auxc | grep clam
The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.
The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.