How to get category id’s which are added in main menu?

Unfortunately is_category() not worked for me but

if(in_category( 'articles' ))

`in_category()` worked 

Codex reference for in_category().