If they're depoyed to msdb rather than filesystem, I don't think that they will show up under integrations services (I may be wrong). You can query msdb, though:
select name
from sysdtspackages90
That should give you a list of the SSIS packages that have been deployed to msdb.